In this video, we're going to Dockerize our .NET 6 Web API built with TDD. We'll see how to build a multi-stage Dockerfile step-by-step. By containerizing our web API, it'll be much more convenient to manage the deployment our application to a variety of environments on-prem and in the cloud. We'll also set up a health check endpoint! • 🤝 Become a Patron of the Channel! Patreon supporters get access to source code from all episodes! https://www.patreon.com/productivedev • 👋 Get in Touch! ► Facebook https://bit.ly/productive-dev-fb ​​► LinkedIn https://bit.ly/wesd-linkedin ​​► Twitter https://bit.ly/wesd-twitter ​​• 🧑🏽‍💻 Udemy Courses ► Udemy bit.ly/wesd-udemy • 🕘 Timestamps 0:00 - Intro 1:23 - Recap of the API 3:07 - Creating a Dockerfile 7:01 - Building the Docker image 8:25 - Running a Docker Container 10:01 - Testing Locally in Browser 10:25 - Adding a Health Check 12:00 - Rebuilding 12:49 - Testing Health Check in Browser • 📚 Topics Covered in This Video ► Docker ► DevOps ► Dockerfile ► Dockerizing .NET ► .NET Health Check ► Docker multi-stage build ► Docker tagging► .NET 6► Web API Development